lisp/server.el (server-process-filter): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 29 Sep 2010 13:24:55 +0000 (15:24 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 29 Sep 2010 13:24:55 +0000 (15:24 +0200)
lisp/ChangeLog
lisp/server.el

index a681e8d8afaf2737ffab2dd21df6e9ff4b9338c7..5131570766f5d40709d600257a4fb8a71f58e19a 100644 (file)
@@ -1,3 +1,7 @@
+2010-09-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * server.el (server-process-filter): Doc fix.
+
 2010-09-27  Drew Adams  <drew.adams@oracle.com>
 
        * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
index e8a0125f554a8af07c7ee90a3237233061a4440e..265b422e95731b4d28a4237f7a60956cd0784ee2 100644 (file)
@@ -857,7 +857,7 @@ The following commands are accepted by the client:
   returned by -eval.
 
 `-error DESCRIPTION'
-  Signal an error (but continue processing).
+  Signal an error and delete process PROC.
 
 `-suspend'
   Suspend this terminal, i.e., stop the client process.